home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_libpng / KNOWNBUG.{_4 < prev    next >
Text File  |  1999-09-17  |  1KB  |  33 lines

  1.  
  2. Known bugs and suggested enhancements in libpng-1.0.3
  3.  
  4.  
  5. 1. March 15, 1998 -- OPTIMIZATION -- Kevin Bracey
  6.  
  7.    Loops need to be optimized everywhere
  8.  
  9.    Make them count down instead of up -- Kevin Bracey
  10.  
  11.    Optimizing compilers don't need this, and making
  12.    the change would be error prone -- Tom Lane, Glenn R-P
  13.  
  14.    Question whether i-- or --i is better.
  15.  
  16.    STATUS: Under investigation, postponed until after
  17.    libpng-1.0.3.  About 160 loops will be turned around
  18.    in libpng-1.0.Nn, for testing.
  19.  
  20. 2. July 4, 1998 -- ENHANCEMENT -- Glenn R-P
  21.  
  22.    libpng-1.0.2 and earlier transform colors to gamma=1.0 space for
  23.    merging with background, and then back to the image's gamma.  The
  24.    bit_depth of the intermediate (gamma=1.0) representation is probably
  25.    not sufficient.  In the typical gamma=1/2.2 situation, the linear
  26.    pixels need about 4 more bits than the gamma-encoded ones, to avoid
  27.    loss of precision.  A similar situation exists with the rgb_to_gray
  28.    operation.
  29.  
  30.    STATUS: under development.
  31.  
  32.  
  33.